Update to explain the situation.
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 May 2009 16:45:54 +0000 (12:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 May 2009 17:00:30 +0000 (13:00 -0400)
commit5325959fe2054491d7dcfe6ea3a1333d0465ae7e
treef7a314e32a2316c2b722e0fec801319df445d466
parent49e1700bb27bda87292af36f318a48a33852ccc9
Update to explain the situation.

2008-09-23  Matthias Clasen  <mclasen@redhat.com>

        * README.in: Update to explain the situation.

        * gtk/gtkadjustment.c: Revert to the old behaviour of allowing
        values in the range [lower, upper]. Relying on the possibility
        to set values in the [upper - page_size, upper] subrange is
        considered deprecated, though, and will trigger a warning.

        * gtk/gtkcombobox.c:
        * gtk/gtkiconview.c:
        * gtk/gtkrange.c:
        * gtk/gtkscrolledwindow.c:
        * gtk/gtktreeview.c: Add the CLAMPing back that was removed after
        the GtkAdjustment behaviour change.

svn path=/branches/gtk-2-14/; revision=21499

Conflicts:

ChangeLog.pre-2-14
README.in
gtk/gtkadjustment.c
gtk/gtkcombobox.c
gtk/gtkiconview.c
gtk/gtkrange.c
gtk/gtkscrolledwindow.c
gtk/gtktreeview.c